home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / dev / misc / Gfx4PCQ.lha / WindowLib / Gfx4PCQ.readme < prev    next >
Encoding:
Text File  |  1997-07-19  |  2.2 KB  |  48 lines

  1. Short:    Easy gfx for the PCQ compiler (update & bugfix)
  2. Uploader: thor@einstein.math.tu-berlin.de (Thomas Richter)
  3. Author:   thor@einstein.math.tu-berlin.de (Thomas Richter)
  4. Type:     dev/misc
  5.  
  6. The Windowlib is a link module for use with the fine PD PCQ pascal compiler.
  7. It provides useful functions to do graphics with this compiler,
  8. together with some intuition support (menus & gadgets). This is mostly
  9. maintained for the beginner in Pascal, to have nice graphics without much
  10. efford, and can be (and has been) used to teach pascal.
  11.  
  12. Together with the library itself and one include file which defines all its
  13. functions, several examples have been included to demonstrate the functions.
  14.  
  15. This package has been inspired by the graphics functions of the Atari XL
  16. basic and later on the GFABASIC (which used the syntax and the functions of
  17. the XL basic version). The gap that most pascal compilers do not come with
  18. graphic functions has been filled by this, giving higher attractivity to
  19. start with this language rather than with the (UGLY) basic.
  20.  
  21. Most of these examples has been worked out to teach pascal to my neighbor, 
  22. Ernst Besser, who is a teacher in arts. Since the usual pascal teach program
  23. (calculate the area of an rectangle) is quite boring, I started this project,
  24. resulting in a higher motivation for learning a computer language. After
  25. all, I think pascal should be the first language to start with, although 
  26. I'm not a fan of (it's to "german" compared to C.... :-).
  27.  
  28. ____________________________________________________________________________
  29.  
  30. This is version 2.00 of the windowlib. It is not only a bugfixed release -
  31. the old version failed to link on most machines because I used a patched 
  32. version of the PCQ.lib and forgot to include it in the contribution - it
  33. is also a great enhancement compared to the 1.xx version. New in this
  34. distribution is a complete sprite (both, real sprites and "bobs") support,
  35. together with mechanisms to generate animations easely, as well as
  36. joystick support. More examples are included as well.
  37. _____________________________________________________________________________
  38.  
  39.  
  40. Usage:
  41.         Unpack this archive. 
  42.  
  43.         Read the guide and follow the installation steps
  44.         given there.
  45.  
  46. Thomas Richter, July 1997
  47.  
  48.